Rev 2070 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2070 | Rev 2071 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* |
1 | /* |
2 | * Copyright (C) 2006 Jakub Jermar |
2 | * Copyright (c) 2006 Jakub Jermar |
3 | * All rights reserved. |
3 | * All rights reserved. |
4 | * |
4 | * |
5 | * Redistribution and use in source and binary forms, with or without |
5 | * Redistribution and use in source and binary forms, with or without |
6 | * modification, are permitted provided that the following conditions |
6 | * modification, are permitted provided that the following conditions |
7 | * are met: |
7 | * are met: |
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #include <main/version.h> |
35 | #include <main/version.h> |
36 | #include <print.h> |
36 | #include <print.h> |
37 | 37 | ||
38 | char *project = "SPARTAN kernel"; |
38 | char *project = "SPARTAN kernel"; |
39 | char *copyright = "Copyright (C) 2001-2007 HelenOS project"; |
39 | char *copyright = "Copyright (c) 2001-2007 HelenOS project"; |
40 | char *release = RELEASE; |
40 | char *release = RELEASE; |
41 | char *name = NAME; |
41 | char *name = NAME; |
42 | char *arch = ARCH; |
42 | char *arch = ARCH; |
43 | 43 | ||
44 | #ifdef REVISION |
44 | #ifdef REVISION |