Skip to content

Commit

Permalink
Updated copyright year (#76)
Browse files Browse the repository at this point in the history
It's 2016 now, so the copyright in the files should be updated accordingly.
  • Loading branch information
perlun committed Apr 8, 2016
1 parent 201475c commit fc78828
Show file tree
Hide file tree
Showing 117 changed files with 123 additions and 119 deletions.
2 changes: 1 addition & 1 deletion libraries/console/console.c
Expand Up @@ -3,7 +3,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

// See The chaos Programming Reference Manual for more information about the functions in this library.

Expand Down
2 changes: 1 addition & 1 deletion libraries/console/functions.h
Expand Up @@ -3,7 +3,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
4 changes: 3 additions & 1 deletion libraries/file/file.c
Expand Up @@ -2,7 +2,9 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2007 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015-2016 chaos development

#include <file/file.h>
#include <string/string.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/ipc/ipc.c
Expand Up @@ -3,7 +3,7 @@

// © Copyright 2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <console/console.h>
#include <ipc/ipc.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/ipc/ipc.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/ipc/log.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/ipv4/defines.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/ipv4/ethernet.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 1999-2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/ipv4/functions.h
Expand Up @@ -3,7 +3,7 @@
//
// © Copyright 2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/ipv4/ipv4.c
Expand Up @@ -3,7 +3,7 @@
//
// © Copyright 2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <ipc/ipc.h>
#include <ipv4/ipv4.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/ipv4/ipv4.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/ipv4/return_values.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/ipv4/types.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/list/functions.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/list/list.c
Expand Up @@ -3,7 +3,7 @@
//
// © Copyright 2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <list/list.h>
#include <memory/memory.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/list/list.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/list/return_values.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/list/types.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/log/log.c
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <console/console.h>
#include <log/log.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/memory/memory.c
Expand Up @@ -3,7 +3,7 @@
// Per Lundberg <per@chaosdev.io>

// © Copyright 1999-2000 chaos development.
// © Copyright 2015 chaos development.
// © Copyright 2015-2016 chaos development.

#include <memory/memory.h>
#include <mutex/mutex.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/pci/functions.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/pci/pci.c
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <memory/memory.h>
#include <pci/pci.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/pci/pci.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/pci/return_values.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/random/random.c
Expand Up @@ -3,7 +3,7 @@
// Henrik Hallin <hal@chaosdev.org>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <random/random.h>
#include <system/system.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/random/random.h
Expand Up @@ -3,7 +3,7 @@
// Henrik Hallin <hal@chaosdev.org>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/system/functions.h
Expand Up @@ -4,7 +4,7 @@
// © Copyright 2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/system/port.h
Expand Up @@ -6,7 +6,7 @@
// © Copyright 1998-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/system/return_values.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/system/system.c
Expand Up @@ -4,7 +4,7 @@
// © Copyright 2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <system/system.h>

Expand Down
2 changes: 1 addition & 1 deletion libraries/system/system_calls.h
Expand Up @@ -5,7 +5,7 @@
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/time/time.c
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include "time.h"

Expand Down
2 changes: 1 addition & 1 deletion libraries/time/time.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion libraries/video/types.h
Expand Up @@ -3,7 +3,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
1 change: 1 addition & 0 deletions programs/cluido/init.c
Expand Up @@ -3,6 +3,7 @@
// Henrik Hallin <hal@chaosdev.org>
//
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2013 chaos development
// © Copyright 2015-2016 chaos development

Expand Down
2 changes: 1 addition & 1 deletion servers/block/initial_ramdisk/initial_ramdisk.c
Expand Up @@ -3,7 +3,7 @@
// Per Lundberg <per@chaosdev.io>
//
// © Copyright 1999-2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include "config.h"
#include "ramdisk.h"
Expand Down
2 changes: 1 addition & 1 deletion servers/block/initial_ramdisk/ramdisk.h
Expand Up @@ -2,7 +2,7 @@
// Author: Per Lundberg <per@chaosdev.io>
//
// © Copyright 2000 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion servers/block/initial_ramdisk/ramdisk.rb
Expand Up @@ -5,7 +5,7 @@
# Author: Per Lundberg <per@chaosdev.io>
#
# © Copyright 1999-2000 chaos development
# © Copyright 2015 chaos development
# © Copyright 2015-2016 chaos development

file = ARGV[0] or raise 'You need to provide the name of the file to inspect'

Expand Down
2 changes: 1 addition & 1 deletion servers/file_system/fat/clusters.c
Expand Up @@ -4,7 +4,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include "fat.h"

Expand Down
2 changes: 1 addition & 1 deletion servers/file_system/fat/detect_fat.c
Expand Up @@ -4,7 +4,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <memory/memory.h>

Expand Down
2 changes: 1 addition & 1 deletion servers/file_system/fat/fat.c
Expand Up @@ -4,7 +4,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include "fat.h"

Expand Down
2 changes: 1 addition & 1 deletion servers/file_system/fat/fat.h
Expand Up @@ -4,7 +4,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion servers/file_system/fat/fat_directory_entry_read.c
Expand Up @@ -4,7 +4,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <string/string.h>

Expand Down
2 changes: 1 addition & 1 deletion servers/file_system/fat/fat_directory_read.c
Expand Up @@ -4,7 +4,7 @@
//
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015 chaos development
// © Copyright 2015-2016 chaos development

#include <memory/memory.h>
#include <string/string.h>
Expand Down

0 comments on commit fc78828

Please sign in to comment.