瀏覽代碼

[phantom] Add NetXen dual copyright

tags/v0.9.4
Michael Brown 17 年之前
父節點
當前提交
22d00797f1
共有 3 個檔案被更改,包括 21 行新增0 行删除
  1. 1
    0
      src/drivers/net/phantom/phantom.c
  2. 19
    0
      src/drivers/net/phantom/phantom.h
  3. 1
    0
      src/drivers/net/phantom/phantom_hw.h

+ 1
- 0
src/drivers/net/phantom/phantom.c 查看文件

1
 /*
1
 /*
2
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
2
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
3
+ * Copyright (C) 2008 NetXen, Inc.
3
  *
4
  *
4
  * This program is free software; you can redistribute it and/or
5
  * This program is free software; you can redistribute it and/or
5
  * modify it under the terms of the GNU General Public License as
6
  * modify it under the terms of the GNU General Public License as

+ 19
- 0
src/drivers/net/phantom/phantom.h 查看文件

1
 #ifndef _PHANTOM_H
1
 #ifndef _PHANTOM_H
2
 #define _PHANTOM_H
2
 #define _PHANTOM_H
3
 
3
 
4
+/*
5
+ * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
6
+ * Copyright (C) 2008 NetXen, Inc.
7
+ *
8
+ * This program is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU General Public License as
10
+ * published by the Free Software Foundation; either version 2 of the
11
+ * License, or any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful, but
14
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
+ * General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program; if not, write to the Free Software
20
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
+ */
22
+
4
 /**
23
 /**
5
  * @file
24
  * @file
6
  *
25
  *

+ 1
- 0
src/drivers/net/phantom/phantom_hw.h 查看文件

3
 
3
 
4
 /*
4
 /*
5
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
5
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
6
+ * Copyright (C) 2008 NetXen, Inc.
6
  *
7
  *
7
  * This program is free software; you can redistribute it and/or
8
  * This program is free software; you can redistribute it and/or
8
  * modify it under the terms of the GNU General Public License as
9
  * modify it under the terms of the GNU General Public License as

Loading…
取消
儲存