Skip to content

Commit

Permalink
Update project to match OSS template
Browse files Browse the repository at this point in the history
  • Loading branch information
sgjesse committed Feb 24, 2015
1 parent be5d543 commit 4f0445a
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 4 deletions.
8 changes: 8 additions & 0 deletions pkgs/typed_data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.buildlog
.DS_Store
.idea
.pub/
.settings/
build/
packages
pubspec.lock
4 changes: 4 additions & 0 deletions pkgs/typed_data/.status
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.

6 changes: 6 additions & 0 deletions pkgs/typed_data/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Below is a list of people and organizations that have contributed
# to the project. Names should be added to the list like so:
#
# Name/Organization <email address>

Google Inc.
5 changes: 5 additions & 0 deletions pkgs/typed_data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 1.0.0

- ChangeLog starts here
33 changes: 33 additions & 0 deletions pkgs/typed_data/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Want to contribute? Great! First, read this page (including the small print at
the end).

### Before you contribute
Before we can use your code, you must sign the
[Google Individual Contributor License Agreement](https://cla.developers.google.com/about/google-individual)
(CLA), which you can do online. The CLA is necessary mainly because you own the
copyright to your changes, even after your contribution becomes part of our
codebase, so we need your permission to use and distribute your code. We also
need to be sure of various other things—for instance that you'll tell us if you
know that your code infringes on other people's patents. You don't have to sign
the CLA until after you've submitted your code for review and a member has
approved it, but you must do it before we can put your code into our codebase.

Before you start working on a larger contribution, you should get in touch with
us first through the issue tracker with your idea so that we can help out and
possibly guide you. Coordinating up front makes it much easier to avoid
frustration later on.

### Code reviews
All submissions, including submissions by project members, require review.

### File headers
All files in the project must start with the following header.

// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

### The small print
Contributions made by corporations are covered by a different agreement than the
one above, the
[Software Grant and Corporate Contributor License Agreement](https://developers.google.com/open-source/cla/corporate).
2 changes: 1 addition & 1 deletion pkgs/typed_data/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2013, the Dart project authors. All rights reserved.
Copyright 2015, the Dart project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Expand Down
10 changes: 8 additions & 2 deletions pkgs/typed_data/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Helper libraries for working with typed data lists.
# Helper libraries for working with typed data lists.

The `typed_data` package contains utility functions and classes that makes working with typed data lists easier.

Expand All @@ -12,4 +12,10 @@ The `typed_data` package can be imported as

Typed buffers are contains growable lists backed by typed arrays.
These are similar to the growable lists returned by `new List()`,
but stores typed data like a typed data list.
but stores typed data like a typed data list.

## Features and bugs

Please file feature requests and bugs at the [issue tracker][tracker].

[tracker]: https://github.com/dart-lang/typed_data/issues
3 changes: 3 additions & 0 deletions pkgs/typed_data/codereview.settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CODE_REVIEW_SERVER: http://codereview.chromium.org/
VIEW_VC: https://github.com/dart-lang/typed_data/commit/
CC_LIST: [email protected]
2 changes: 1 addition & 1 deletion pkgs/typed_data/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: typed_data
version: 1.0.1-dev
author: Dart Team <[email protected]>
description: Utility functions and classes related to the 'dart:typed_data' library.
homepage: http://www.dartlang.org
homepage: https://github.com/dart-lang/typed_data
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:
Expand Down

0 comments on commit 4f0445a

Please sign in to comment.